home *** CD-ROM | disk | FTP | other *** search
/ Resource Library: Multimedia / Resource Library: Multimedia.iso / utils / sound / players / unix / rplay / install next >
Encoding:
Text File  |  1992-10-23  |  862 b   |  33 lines

  1. Before installation remember every machine running rplayd must 
  2. have its own copy of the sound files, NFS is ok too.
  3.  
  4. 1.    Edit the Makefile to modify the installation options.
  5.  
  6. 2.    Compile and install install rplay with:
  7.         % make world
  8.  
  9. 3.    If you defined INETD in the Makefile add the following lines
  10.     to /etc/services:
  11.         rplay        55555/udp
  12.  
  13.     Then add this to /etc/inetd.conf:
  14.         rplay dgram udp wait nobody /usr/local/bin/rplayd rplayd
  15.     
  16.     Now update NIS:
  17.         % cd /var/yp; make
  18.  
  19.     Restart inetd:
  20.         % ps aux | grep inetd
  21.         (result will be something like this)
  22.         root       174  0.0  0.0   48    0 ?  IW   13:25   0:04 inetd
  23.         % kill -1 174
  24.  
  25.     Check /var/adm/messages for any errors.
  26.  
  27. 4.    If you are not using inetd remember you must start rplayd by
  28.     hand when you want to use it.
  29.  
  30. 5.    Ok, you are done with the installation, try this:
  31.         % rplay yourhostname soundfilename
  32.  
  33.